PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.barcodes.bidimensional Package / PDFDataMatrixBarcode Class / randomize253State Method
The padding codeword, usually 129.
The position of the padding codeword (0 based index).
In This Topic
    randomize253State Method
    In This Topic
    Applies the 253-state randomizing algorithm on padding values.
    Syntax
    public byte randomize253State( 
       int padCodeword,
       int position
    )

    Parameters

    padCodeword
    The padding codeword, usually 129.
    position
    The position of the padding codeword (0 based index).

    Return Value

    The randomized value.
    See Also